home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / LANG / BASIC / LIB / EVENTSHELL / APPBUILD / !AppBuild / !Run < prev    next >
Text File  |  1996-04-19  |  921b  |  21 lines

  1. | !Run Obey file for AppBuild Application v1.22
  2. Set AppBuild$Dir <Obey$Dir>
  3. Set AppBuild$BasicFile <Obey$Dir>.!AppBuild
  4. IF "<EvntShell$Path>"="" THEN ERROR 0 Shell resources not found
  5. IF "<Wimp$ScrapDir>"="" THEN ERROR 0 Cannot find scrap directory
  6. IconSprites <Obey$Dir>.!Sprites
  7. Set Dummy$Path <Run$Path>,<Obey$Dir>.Resources.
  8. Run Dummy:ResFind AppBuild
  9. Unset Dummy$Path
  10. WimpSlot -min 288K -max 288K
  11. |Load any modules required now
  12. RMEnsure InterfaceManager 2.00 RMLoad <EvntShell$Path>Interface
  13. RMEnsure InterfaceManager 2.00 Error Couldn't load Interface module
  14. RMEnsure MenuUtils 0.11 RMLoad <EvntShell$Path>MenuUtils
  15. RMEnsure MenuUtils 0.11 Error 0 Error Couldn't load MenuUtils Module
  16. RMEnsure MessageTrans 0.06 RMLoad <EvntShell$Path>MsgTrans
  17. RMEnsure MessageTrans 0.06 Error Couldn't load MsgTrans Module
  18. |And check that there is still enough memory!
  19. WimpSlot -min 288K -max 288K
  20. Run <AppBuild$Dir>.!AppBuild %*0
  21.